home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Source / IBPalettes / WW3DKit / RIBScale.h < prev    next >
Encoding:
Text File  |  1995-03-22  |  379 b   |  20 lines

  1. // copyright 1993 Michael B. Johnson; some portions copyright 1994, MIT
  2. // see COPYRIGHT for reuse legalities
  3. //
  4.  
  5.  
  6. #import <appkit/appkit.h>
  7.  
  8. #import "RIBCommand.h"
  9.  
  10. @interface RIBScale:RIBCommand
  11. {
  12.   RtFloat  sx, sy, sz;
  13.   RtMatrix  myMatrix;
  14. }
  15.  
  16. - setSX:(RtFloat)newSX sy:(RtFloat)newSY sz:(RtFloat)newSZ;
  17. - getSX:(RtFloat *)sxPtr sy:(RtFloat *)syPtr sz:(RtFloat *)szPtr;
  18.  
  19. @end
  20.